html,body{
	font-family:arial, Helvetica, sans-serif;
	color:#231F20;
}

#defaultheader-wrap{
	background-color: #fff;
	height: 300px;
	padding: 8px 8px 0 8px;
}

#defaultheader-wrap a, #defaultheader-wrap a:link, #defaultheader-wrap a:visited, #defaultheader-wrap a:hover, #defaultheader-wrap a:active, #defaultheader-wrap a:focus{
	text-decoration:none;
	border:none;
	outline:none;
}

#header{
	height: 300px;
    background-image: url(http://static.smartygrants.com.au/whitsundayrc/wrcbanner3.png);
    /*background-position-y: 20%;*/
    background-size: cover;
}

#header a, #header a:link, #header a:visited, #header a:hover, #header a:active, #header a:focus {
	border: none;
	outline: none;
	text-decoration: none;
	/*display:inline-block;*/
}

#logo {
	margin: 0 auto;
	width: 960px;
}

#head-bar{
	margin-top: 0px;
	height: 39px;
	box-shadow: #0000001a 0px 4px 6px 1px, #0000000f 0px 2px 4px -2px;
}


a, a:link, a:visited {
	border: none;
	color: #003F72;
	outline: 1px solid transparent;
	text-decoration: none;
}

a:hover, a:active, a:focus {
	color: #003F72;
	text-decoration: underline;
}	

a:focus {
	outline: 1px dotted #0172a8;
}

h1, h2, h3, h4 {
	margin: 20px 0;
	color: #003F72;
}

h1 {
	margin:20px 0;
	font-weight: 400;
	color: #003F72;
	font-size: 36px;
}

h2 {
	margin:20px 0;
	font-weight: 400;
	color: #003F72;
	font-size: 30px;
}

img, svg {
	vertical-align: unset;
}

#wrapper {
	height: 100%;
	margin: 0 auto;
	min-height: 800px;
	width: 960px;
}

#head {
	padding:0 15px;
	min-height: 39px;
	line-height: 37px;
	font-size: 14px;
	margin-top: -39px;
}

#head a, #head a:link, #head a:visited{
	font-size: 14px;
	color: #fff;
	padding:11px 10px 12px;
	text-decoration: none;
    margin-left: 5px;
    white-space: nowrap;
}

#head a:hover, #head a:active, #head a:focus{
	color: #fff;
	text-decoration: none;
}

#user, #headlinks{
	margin:0px;
}

#headlinks{
	float:none;
    /*float:right;*/
}

#user a{
    background-color:#003963;
}

#user a:hover{
    background-color: #0082a3;
}

#headlinks a{
    background-color: #003963;
}

#headlinks a:hover{
   	background-color: #0082a3;
}

/* prevents Current Rounds from being cut-off if window screen shrinks in size */
@media only screen and (max-width: 960px) {
  #headlinks {
    text-align: left;
  }
}

#body { 
	background-color: white;
	min-height: 800px;
	padding: 15px;
	margin-top: 10px;
}

.validationerror, .ftValidError {
	background-color: #f2dede !important;
	border: 1px solid;
	border-color: #eed3d7;
	border-radius: 5px;
	color: #A70000;
    font-weight: 700;
	margin: 10px 0px;
	padding: 15px 10px 15px 20px !important;
}

#regform > fieldset > div:nth-child(5) > div.hint > p {
	margin-top: 130px;
}

#email {
    margin: 4px;
}

input[value="Reset Password"] {
	margin-left: -210px;
}

#passwordform label{
	width: 200px;
	display: inline-block;
	font-weight: bold;
}

input[value="Set Password"]{
	margin-left: -10px;
}

#applicantDetailsForm .btn, #passwordForm .btn {
	padding-left: 0 !important;
}

.date-filter-input {
    height: 38px;
}

#appnav{
	float:left; /*This is for appnav on left side*/
	background-color:#fff;
	color:#282f3e;
	border: 1px solid #e0e3eb;
	margin-top: 60px;
	margin-bottom:-4000px;
	padding:0px;
	font-size:14px;
	font-weight:400;
	width:200px;
}

#appnav h3{
	border:none;
	margin:0px;	
	background-color:#dddddd;
	color:#000;
	width:inherit;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px;
	box-sizing:border-box;
}

#appnav .current{
	border:none;
	border-bottom: 1px dotted #c1c8d7;
	color:#003963;
	margin: 0 10px;
	padding:8px 0;
	font-size:14px;
	font-weight:700;
	background-color:transparent;
	text-decoration: none;
}

#appnav li{
	margin: 0 10px;
	border-bottom: 1px dotted #c1c8d7;
	padding:0px;
	font-weight:400;
}

#appnav a, #appnav a:link, #appnav a:visited{
	display:block;
	padding:8px 0;
	color:#282f3e;
	font-size:14px;
	font-weight:400;
	border:none;
}

#appnav a:hover,#appnav a:active, #appnav a:focus{
	color:#003963;
	border:none;
	text-decoration: underline;
}

/*Review & Submit page link when also the selected page*/
#appnav .current a {
    color: black;
    margin: -8px; /*edit to match the .current padding (negative) to avoid double up with #appnav a*/
	font-weight: 700;

}

#appnav hr{
	margin: 0;
	height: 0;
	visibility: hidden;
	/*background-color: #000;
	outline: none;
	border: none;*/
}

#htmlForm .appform{
	margin-left:230px; /*This is for appnav on left side*/
}


.ftEditForm,.ftViewForm{
	border:none;
	width:700px !important;
}

.ftFieldRadio, .ftFieldCheckbox {
	margin-top: 2.5px !important; /* adjust if radio/checklist buttons are misaligned */
}

.appform h2, .ftEditPageHeading{
	background-color:#003963;
	color:#fff;
	width:inherit;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px 24px;
}

.loginbox .appform h2 {
	width: 290px;
}

.appform h3, .ftEditSectionHeading{
	background-color: #003963;
	font-weight: 700;
	letter-spacing: -0.45px;
	padding: 16px 24px;
	font-size: 16px;
	color:#fff;
	width:inherit;
}

.ftEditColumnHeading{
	background-color:transparent;
	font-size:18px;
	width:inherit;
}

#kc-form-login .field{
    margin:7px auto;
}

#kc-form-login .field input, .loginbox input{
    margin:3px;
}

.loginbox .appform{
    width: 338px;
}

.loginbox .appform .field{
    width:310px;
}

.loginbox .appform .btn{
	padding-left:105px;
}

.loginbox .appform .l{
	min-width:145px !important;
    padding-left: 4px;
}

/*label of MFA steps*/
.otp-steps {
	width: 70px;
}

.appform .btn{
	font-size:90%;
	border:none;
	background:none;
	position: relative;
    background-color:transparent;
    border:none;
	height: 40px;
}

.appform .btn .mid {
	width: 410px;
}

#regform .field {
	width: 660px;
}

.appform .l {
	width: 197px;
}

.sg-time {
	border: none;
	text-decoration: none;
}

.appform .btn input, #body .appform .btn a.linkbtn, .appform .btn .close{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size:14px;
    text-decoration:none;
    cursor:pointer;
	padding:0;
	width:140px;
	background-color: #003963;
	color: #fff;
	border: none;
	line-height: 40px;
	border-radius: 8px;
	height: 40px;
}

.appform .btn input:hover, #body .appform .btn a.linkbtn:hover, .appform .btn .close:hover{
    background-color: #0082a3;
}

.appform .btn .next, .appform .btn .review{
   background-image:url(https://static.smartygrants.com.au/default/arrows/white-arrow-right2.png);
   background-size:18px;
   background-position:113px center; /*if editing the input width above 130 add the same amount here*/
}

.appform .btn input.btndisabled{
    cursor:not-allowed;
}

.appform .btn .prev{
   background-image:url(https://static.smartygrants.com.au/default/arrows/white-arrow-left2.png);
   background-size:18px;
   background-position:8px center;
}

#lastSaved{
    margin-top:-80px;
	float:right !important; /*This is for appnav on left side*/
}

.questionLegend {
	width: inherit;
}

/*Links at the top of round landing page and form preview*/
.iconbar .item a {
	color: #003963; 
}

.iconbar .item a:hover {
	color: #030303; 
}

.iconbar .item {
	font-size: 110%;
}

.iconbar .item a:hover {
	/*text-decoration: underline;*/
}
 /*adjust the position of the images next to the submission bar action links */
.iconbar .item img {
	margin-top: -7px;
}

.iconbar .item-narrow {
	width: 175px;
}

.iconbar .item-mid {
	width: 200px;
}

/*form width minus the item-mid width*/
.iconbar .item-wide {
	width: 500px;
}

/* form width minus the item-narrow width*/
.iconbar .item-very-wide {
	width: 525px;
}

.iconbar .item-very-wide a {
    display: inline !important;
}

/*.appform textarea.ftFieldAddressFull {
	height: 20px;
	min-width: 500px;
	width: max-content;
}*/

a.leaflet-pelias-search-icon {
	visibility: hidden;
}

.leaflet-left .leaflet-control-custom {
    cursor:pointer;
    width: 62px !important;
}

.create-sf-profile-btn{
	text-decoration: none !important;
}


#footer{
	background-color: #003963;
	color: #fff;
	font-weight: 400;
	line-height: 29px;
}

#footer-content{
	width: 960px;
	margin:0 auto;
	padding-top: 40px;
	height:230px;
}

#footer h4{
	font-weight: 700;
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}

.footer-position{
	width: 50%;
	float: left;
	height: 85px;
	margin-top: 0px;
	font-size: 16px;
}

.footer-position ul{
	margin:0px;
}

.footer-position li{
	list-style:none;
	margin-bottom:0px;
}

#footer a, #footer a:link, #footer a:visited{
	color:#fff;
	text-decoration:underline;
	border:1px solid transparent;
}

#footer a:hover, #footer a:active, #footer a:focus{
	color:#fff;
	text-decoration: none;
	border:1px solid transparent;
}

#footer a:focus{
	border:1px dotted #0172a8
}

.cookie-banner {
    position: fixed;
    bottom: 0;
    width: 99%;
    padding: 10px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #71b136;
    box-shadow: 0 0 2px 1px #0003;
    color: #fff;
    font-weight: 400;
    font-family: Montserrat, arial, Helvetica, sans-serif;
    font-size: 14px;
    text-align: center;
    line-height: 2;
    /* border-radius: 5px; */
}

.cookie-banner div p {
    margin-left: 100px;
}

.cookie-banner-close {
    height: 40px;
    width: 120px;
    background-color: #fff;
    border: none;
    color: #00afd8;
    cursor: pointer;
    font-size: 100%;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: 400;
    border-radius: 8px;
}

#footer .cookie-banner a, #footer .cookie-banner a:link, #footer .cookie-banner a:visited {
    color: #fff;
}